home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / Chip_2002-07_cd2.bin / suse / disks / modules1 / initrd / initrd 2954 / modules / module.config < prev    next >
Encoding:
Text File  |  2002-04-15  |  1.5 KB  |  78 lines

  1. ; module line format:
  2. ;        module,description,parameter,pre_install,post_install,initrd,auto
  3. ;
  4. ; module:    the actual module name (without '.o')
  5. ; description:    a short description; leave it blank if you do not want this module
  6. ;         to be displayed in linuxrc
  7. ; parameter:    module parameters
  8. ; pre_install:    space separated list of modules to be loaded before the module
  9. ; post_install:    space separated list of modules to be loaded after the module
  10. ; initrd:    set it to 1 if you want this module to be added to the initrd
  11. ;        of the installed system
  12. ; auto:        set it to 1 if it _would_ be safe to always load this module
  13. ;
  14.  
  15.  
  16. [autoload]
  17. nvram,,-
  18. af_packet,,-
  19. fat,,-
  20. vfat,VFAT,-,fat
  21. cramfs,CRAMFS,-
  22. sg,,-
  23.  
  24.  
  25. [IDE/RAID/SCSI]
  26. MoreModules=scsi-modules
  27. ModDisk=2
  28.  
  29.  
  30. [CD-ROM]
  31. MoreModules=cdrom-modules
  32. ModDisk=2
  33.  
  34.  
  35. [network]
  36. MoreModules=net-modules
  37. ModDisk=3
  38.  
  39.  
  40. [PCMCIA]
  41. MoreModules=pcmcia-modules
  42. ModDisk=3
  43.  
  44.  
  45. [USB]
  46. MoreModules=initrd
  47. ModDisk=1
  48.  
  49. usbcore
  50. usb-uhci,UHCI Host Controller Driver,,usbcore,input hid keybdev
  51. uhci,Alternative UHCI Host Controller Driver,,usbcore,input hid keybdev
  52. usb-ohci,OHCI Host Controller Driver,,usbcore,input hid keybdev
  53. ehci-hcd,EHCI Host Controller Driver,,usbcore,input hid keybdev
  54. input
  55. hid,,,input usbcore
  56. keybdev,,,input
  57. usb-storage,USB Mass Storage Device Driver,,usbcore
  58. pegasus,Pegasus/Pegasus II based USB-Ethernet,,usbcore
  59.  
  60.  
  61. [FireWire]
  62. MoreModules=firewire-modules
  63. ModDisk=3
  64.  
  65.  
  66. [file system]
  67. MoreModules=fs-modules
  68. ModDisk=1
  69.  
  70.  
  71. [other]
  72. 8390,,-
  73. isa-pnp,,isapnp_reset=0,,,,1
  74. parport
  75. parport_pc,,,parport
  76.  
  77.  
  78.